projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f3e5dd
)
(main): Add bug report info in --help message.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Aug 1996 21:27:18 +0000
(21:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Aug 1996 21:27:18 +0000
(21:27 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 6c7d7edbf0efa4741e3922b59271525af770f4cb..2934750130fc19a16fcc16579a35f0feee0d9b2f 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-603,7
+603,9
@@
Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
[-q] [--no-init-file] [-u user] [--user user] [--debug-init]\n\
[--version] [--no-site-file]\n\
[-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\
- [+linenum] file-to-visit [--kill]\n", argv[0]);
+ [+linenum] file-to-visit [--kill]\n\
+Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\
+the Bugs section of the Emacs manual or the file BUGS.", argv[0]);
exit (0);
}